configuration / network / interfaces / vif[ID]

CLI REST-API

misc

The submenu misc (misc) contains the following:

Menus: none

Objects:
assigned-port (assigned-port)
label (label)

Commands: none



See also:
/configuration/notification/misc/delay-pzf-not-sync-msg: delay-pzf-not-sync-msg
/configuration/notification/misc/autorepeat-events: autorepeat-events
/configuration/notification/misc/max-event-repetition: max-event-repetition
/configuration/notification/misc/enable-heartbeat: enable-heartbeat
/configuration/notification/misc/heartbeat-interval: heartbeat interval in minutes

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/network/interfaces/vif.*/misc


Example using curl:
curl /api/configuration/network/interfaces/vif.*/misc


Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/misc
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/misc
-d "{
  \"objects\": \"new-values\"
}"